home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Prog
/
T
/
TC Prog Guide.cpt
/
picture ƒ
/
anring.h
< prev
next >
Wrap
Text File
|
1991-02-16
|
496b
|
23 lines
/*
* FILE: anring.h
* AUTHOR: R. Gonzalez
* CREATED: November 8, 1990
*
* Defines animated ring of satellites for picture application.
*/
# ifndef anring_h
# define anring_h
# include "animate.h"
/******************************************************************
* animated ring. Animated segment consisting of several
* satellites of any type.
******************************************************************/
struct Animated_Ring:Animated_Segment
{
boolean init(void);
};
# endif